home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / wintech1.zip / PETZOLD.ZIP / HELLOWIN.RC < prev    next >
Text File  |  1991-11-03  |  294b  |  13 lines

  1. /*-----------------------------
  2.    HELLOWIN.RC resource script
  3.   -----------------------------*/
  4.  
  5. #include <windows.h>
  6.  
  7. Hellowin DIALOG 32768, 0, 32768, 32768
  8.      STYLE WS_OVERLAPPEDWINDOW
  9.      CAPTION "The Hello Program"
  10.      {
  11.      LTEXT "Hello, Windows!" -1, 8, 8, 64, 8
  12.      }
  13.